POST
Get Users
http://localhost/easyweb.com/api/communication/add

Username : electrocom
Password : electrocom

Request: 

FOR MAIN POST
        "ownerid": "8",
        "userid": "9",
        "sourceid": "4",
        "sender": "O",
        "product": EO,
        "attachment1": "http://localhost/easyweb.com/uploads/communication/2025/06attachment1-20250602125956.pdf",
        "attachment2": null,
        "attachment3": null,
        "attachment4": null,
        "attachment5": null,
        "remark": "test"

FOR REPLY
	"postid": "22",
        "dataid": "22",
        "ownerid": "8",
        "userid": "9",
        "sender": "U",
        "product": EO,
        "title": "Reply 1",
        "description": "Thhis is test post",
        "attachment1": "http://localhost/easyweb.com/uploads/communication/2025/06attachment1-20250602125956.pdf",
        "attachment2": null,
        "attachment3": null,
        "attachment4": null,
        "attachment5": null,
        "remark": "test"

Response:

{
    "status": 1,
    "msgcode": "SUCCESS",
    "message": "Communication data has been added successfully.",
    "tab-id": 23,
    "data": {
        "postid": "22",
        "dataid": "22",
        "ownerid": "8",
        "userid": "9",
        "sourceid": "0",
        "sender": "U",
        "product": null,
        "posttype": "S",
        "title": "Reply 1",
        "description": "Thhis is test post",
        "attachment1": "http://localhost/easyweb.com/uploads/communication/2025/06attachment1-20250602125956.pdf",
        "attachment2": null,
        "attachment3": null,
        "attachment4": null,
        "attachment5": null,
        "remark": "test"
    }
}